Returns the content that is between left and right:
string test = `string containing a "thing"`; writeln(test.between(`"`, `"`)); //thing
See Implementation
Returns the content that is between left and right: